main: Flip set_widget_active_state() logic
authorTimm Bäder <mail@baedert.org>
Sun, 17 Oct 2021 09:21:00 +0000 (11:21 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 17 Oct 2021 09:21:00 +0000 (11:21 +0200)
commite7ac8275eaa9d85e1c37f0b96d1acc87f744c8b8
tree5aa3f9d05f0dd53f4956b70b5e280c20400c32f9
parent03d4ac1863abf846eeb270954f49d8b417a32d9b
main: Flip set_widget_active_state() logic

The function used to take a boolean, just to set the active state of the
widget to the exact opposite of that boolean. Fix that.
gtk/gtkmain.c